update mem limit, fehler bei sequencen
parent
dfd2f93c27
commit
5f57eb3482
|
|
@ -35,5 +35,6 @@ limit_time_real = 6000
|
||||||
# 10 GB
|
# 10 GB
|
||||||
limit_memory_hard = 10000000000
|
limit_memory_hard = 10000000000
|
||||||
|
|
||||||
# Use a new worker for the next request if 300MB is reached
|
# Use a new worker for the next request if 400MB is reached
|
||||||
limit_memory_soft = 300000000
|
# The worker will be recycled after the current request
|
||||||
|
limit_memory_soft = 400000000
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
<field name="name" position="after">
|
<field name="name" position="after">
|
||||||
<field name="list_price"/>
|
<field name="list_price"/>
|
||||||
</field>
|
</field>
|
||||||
<field name="state" position="replace"/>
|
<!-- <field name="state" position="replace"/> -->
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ class Config():
|
||||||
# 'prefix': 'AS-',
|
# 'prefix': 'AS-',
|
||||||
# 'padding': 5,
|
# 'padding': 5,
|
||||||
# },
|
# },
|
||||||
# 'picking.out': {
|
# FEHLER da gleich für alle Vorgangstypen!!! 'picking.out': {
|
||||||
# 'number_next_actual': 1,
|
# 'number_next_actual': 1,
|
||||||
# 'prefix': 'L-',
|
# 'prefix': 'L-',
|
||||||
# 'padding': 5,
|
# 'padding': 5,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue