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