update mem limit, fehler bei sequencen

develop
Andreas Brückl 2015-02-11 17:38:17 +01:00
parent dfd2f93c27
commit 5f57eb3482
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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>

View File

@ -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,