diff --git a/ext/config/odoo-server.conf b/ext/config/odoo-server.conf index 3803c5f4..f0b68fe6 100644 --- a/ext/config/odoo-server.conf +++ b/ext/config/odoo-server.conf @@ -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 \ No newline at end of file +# 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 \ No newline at end of file diff --git a/ext/custom-addons/cam_custom/cam_custom_view.xml b/ext/custom-addons/cam_custom/cam_custom_view.xml index 62c1597b..2590defa 100644 --- a/ext/custom-addons/cam_custom/cam_custom_view.xml +++ b/ext/custom-addons/cam_custom/cam_custom_view.xml @@ -55,7 +55,7 @@ - + diff --git a/setup/lib/config_at.py b/setup/lib/config_at.py index d7f2e536..54dcbdc3 100644 --- a/setup/lib/config_at.py +++ b/setup/lib/config_at.py @@ -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,