Odoo 10 CE performance tuning - enabling workersHow to optimize Varnish on top of Odoo?how to install odoo...
Min function accepting varying number of arguments in C++17
How to simplify this time periods definition interface?
How Could an Airship Be Repaired Mid-Flight
How could a scammer know the apps on my phone / iTunes account?
Happy pi day, everyone!
What did Alexander Pope mean by "Expletives their feeble Aid do join"?
Time travel from stationary position?
How to read the value of this capacitor?
What's the meaning of “spike” in the context of “adrenaline spike”?
Employee lack of ownership
Are all passive ability checks floors for active ability checks?
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
What is a^b and (a&b)<<1?
How do anti-virus programs start at Windows boot?
Could the Saturn V actually have launched astronauts around Venus?
Gantt Chart like rectangles with log scale
What do Xenomorphs eat in the Alien series?
Combining an idiom with a metonymy
The difference between「N分で」and「後N分で」
compactness of a set where am I going wrong
Existence of subset with given Hausdorff dimension
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
Life insurance that covers only simultaneous/dual deaths
A Cautionary Suggestion
Odoo 10 CE performance tuning - enabling workers
How to optimize Varnish on top of Odoo?how to install odoo (formerly OpenERP) 8 rpm on CentOS 7How to install multiple odoo instances on the same machineHosting a Odoo 9 onsite with Hyper V- Security concernsSetting up Odoo; conflict with wampserverInstalling Odoo 11 CE on a specific account under a dedicated server (CentOS 6.10) with many accounts
I will try explain the best I can the problem I have with Odoo 10 CE running on Ubuntu 16.04 LTS VM placed on on-premise HP Proliant G6 running hyper-v.
Physical server specs:
- Processor Intel(R) Xeon(R) CPUX5560 @ 2.80GHz, 2800 Mhz, 4 Core(s), 8 Logical Processor(s)
- OS Name Microsoft Windows Server 2012 R2 Datacenter
- Installed Physical Memory (RAM) 16,0 GB
- 5x 10k SAS drives raid 1+0 (one hot spare)
Ubuntu VM specs:
carlo@enecom:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 26
Model name: Intel(R) Xeon(R) CPU X5560 @ 2.80GHz
Stepping: 5
CPU MHz: 2762.494
BogoMIPS: 5524.98
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
NUMA node0 CPU(s): 0-7
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl pni ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm kaiser
carlo@enecom:~$
4Gb RAM machine
carlo@enecom:~$ free -m
total used free shared buff/cache available
Mem: 3164 291 1984 113 889 2684
Swap: 4091 0 4091
I would like to enable workers to get better performance. There are only few users using the odoo instance.
Can someone please help me with error which I get every time when I change workers to value > 0 ?
2018-01-13 11:23:36,666 9225 ERROR ENECOM odoo.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/http.py", line 640, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo/odoo-server/odoo/http.py", line 677, in dispatch
result = self._call_function(**self.params)
File "/odoo/odoo-server/odoo/http.py", line 333, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo/odoo-server/odoo/service/model.py", line 101, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo/odoo-server/odoo/http.py", line 326, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo/odoo-server/odoo/http.py", line 935, in __call__
return self.method(*args, **kw)
File "/odoo/odoo-server/odoo/http.py", line 506, in response_wrap
response = f(*args, **kw)
File "/odoo/odoo-server/addons/bus/controllers/main.py", line 35, in poll
raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable
This is my odoo-server.conf (part of it)
limit_memory_hard = 2147483648
limit_memory_soft = 1572864000
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
limit_time_real_cron = -1
workers = 9
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069
longpolling_port = 8072
max_cron_threads = 2
Can you please help me with this error?
Also I'm running Odoo on apache2 with reverse proxy.
Maybe my values in conf file are not correct?
odoo
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I will try explain the best I can the problem I have with Odoo 10 CE running on Ubuntu 16.04 LTS VM placed on on-premise HP Proliant G6 running hyper-v.
Physical server specs:
- Processor Intel(R) Xeon(R) CPUX5560 @ 2.80GHz, 2800 Mhz, 4 Core(s), 8 Logical Processor(s)
- OS Name Microsoft Windows Server 2012 R2 Datacenter
- Installed Physical Memory (RAM) 16,0 GB
- 5x 10k SAS drives raid 1+0 (one hot spare)
Ubuntu VM specs:
carlo@enecom:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 26
Model name: Intel(R) Xeon(R) CPU X5560 @ 2.80GHz
Stepping: 5
CPU MHz: 2762.494
BogoMIPS: 5524.98
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
NUMA node0 CPU(s): 0-7
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl pni ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm kaiser
carlo@enecom:~$
4Gb RAM machine
carlo@enecom:~$ free -m
total used free shared buff/cache available
Mem: 3164 291 1984 113 889 2684
Swap: 4091 0 4091
I would like to enable workers to get better performance. There are only few users using the odoo instance.
Can someone please help me with error which I get every time when I change workers to value > 0 ?
2018-01-13 11:23:36,666 9225 ERROR ENECOM odoo.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/http.py", line 640, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo/odoo-server/odoo/http.py", line 677, in dispatch
result = self._call_function(**self.params)
File "/odoo/odoo-server/odoo/http.py", line 333, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo/odoo-server/odoo/service/model.py", line 101, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo/odoo-server/odoo/http.py", line 326, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo/odoo-server/odoo/http.py", line 935, in __call__
return self.method(*args, **kw)
File "/odoo/odoo-server/odoo/http.py", line 506, in response_wrap
response = f(*args, **kw)
File "/odoo/odoo-server/addons/bus/controllers/main.py", line 35, in poll
raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable
This is my odoo-server.conf (part of it)
limit_memory_hard = 2147483648
limit_memory_soft = 1572864000
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
limit_time_real_cron = -1
workers = 9
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069
longpolling_port = 8072
max_cron_threads = 2
Can you please help me with this error?
Also I'm running Odoo on apache2 with reverse proxy.
Maybe my values in conf file are not correct?
odoo
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I will try explain the best I can the problem I have with Odoo 10 CE running on Ubuntu 16.04 LTS VM placed on on-premise HP Proliant G6 running hyper-v.
Physical server specs:
- Processor Intel(R) Xeon(R) CPUX5560 @ 2.80GHz, 2800 Mhz, 4 Core(s), 8 Logical Processor(s)
- OS Name Microsoft Windows Server 2012 R2 Datacenter
- Installed Physical Memory (RAM) 16,0 GB
- 5x 10k SAS drives raid 1+0 (one hot spare)
Ubuntu VM specs:
carlo@enecom:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 26
Model name: Intel(R) Xeon(R) CPU X5560 @ 2.80GHz
Stepping: 5
CPU MHz: 2762.494
BogoMIPS: 5524.98
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
NUMA node0 CPU(s): 0-7
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl pni ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm kaiser
carlo@enecom:~$
4Gb RAM machine
carlo@enecom:~$ free -m
total used free shared buff/cache available
Mem: 3164 291 1984 113 889 2684
Swap: 4091 0 4091
I would like to enable workers to get better performance. There are only few users using the odoo instance.
Can someone please help me with error which I get every time when I change workers to value > 0 ?
2018-01-13 11:23:36,666 9225 ERROR ENECOM odoo.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/http.py", line 640, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo/odoo-server/odoo/http.py", line 677, in dispatch
result = self._call_function(**self.params)
File "/odoo/odoo-server/odoo/http.py", line 333, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo/odoo-server/odoo/service/model.py", line 101, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo/odoo-server/odoo/http.py", line 326, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo/odoo-server/odoo/http.py", line 935, in __call__
return self.method(*args, **kw)
File "/odoo/odoo-server/odoo/http.py", line 506, in response_wrap
response = f(*args, **kw)
File "/odoo/odoo-server/addons/bus/controllers/main.py", line 35, in poll
raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable
This is my odoo-server.conf (part of it)
limit_memory_hard = 2147483648
limit_memory_soft = 1572864000
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
limit_time_real_cron = -1
workers = 9
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069
longpolling_port = 8072
max_cron_threads = 2
Can you please help me with this error?
Also I'm running Odoo on apache2 with reverse proxy.
Maybe my values in conf file are not correct?
odoo
I will try explain the best I can the problem I have with Odoo 10 CE running on Ubuntu 16.04 LTS VM placed on on-premise HP Proliant G6 running hyper-v.
Physical server specs:
- Processor Intel(R) Xeon(R) CPUX5560 @ 2.80GHz, 2800 Mhz, 4 Core(s), 8 Logical Processor(s)
- OS Name Microsoft Windows Server 2012 R2 Datacenter
- Installed Physical Memory (RAM) 16,0 GB
- 5x 10k SAS drives raid 1+0 (one hot spare)
Ubuntu VM specs:
carlo@enecom:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 26
Model name: Intel(R) Xeon(R) CPU X5560 @ 2.80GHz
Stepping: 5
CPU MHz: 2762.494
BogoMIPS: 5524.98
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 8192K
NUMA node0 CPU(s): 0-7
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc rep_good nopl pni ssse3 cx16 sse4_1 sse4_2 popcnt hypervisor lahf_lm kaiser
carlo@enecom:~$
4Gb RAM machine
carlo@enecom:~$ free -m
total used free shared buff/cache available
Mem: 3164 291 1984 113 889 2684
Swap: 4091 0 4091
I would like to enable workers to get better performance. There are only few users using the odoo instance.
Can someone please help me with error which I get every time when I change workers to value > 0 ?
2018-01-13 11:23:36,666 9225 ERROR ENECOM odoo.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/odoo/odoo-server/odoo/http.py", line 640, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo/odoo-server/odoo/http.py", line 677, in dispatch
result = self._call_function(**self.params)
File "/odoo/odoo-server/odoo/http.py", line 333, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo/odoo-server/odoo/service/model.py", line 101, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo/odoo-server/odoo/http.py", line 326, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo/odoo-server/odoo/http.py", line 935, in __call__
return self.method(*args, **kw)
File "/odoo/odoo-server/odoo/http.py", line 506, in response_wrap
response = f(*args, **kw)
File "/odoo/odoo-server/addons/bus/controllers/main.py", line 35, in poll
raise Exception("bus.Bus unavailable")
Exception: bus.Bus unavailable
This is my odoo-server.conf (part of it)
limit_memory_hard = 2147483648
limit_memory_soft = 1572864000
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
limit_time_real_cron = -1
workers = 9
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069
longpolling_port = 8072
max_cron_threads = 2
Can you please help me with this error?
Also I'm running Odoo on apache2 with reverse proxy.
Maybe my values in conf file are not correct?
odoo
odoo
edited Jan 14 '18 at 9:19
ezra-s
1,5661310
1,5661310
asked Jan 13 '18 at 11:30
CarloCarlo
408
408
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I just face similar problem with you then dig around until found out the solution @Carlo
The error is happened as conflict of odoo development for Live chat.
Without modify reverse proxy nginx:
longpolling request is going to address x.x.x.x:8069/longpolling
Which it's handel by module named IM bus, then cause error as it look like unfinished development for prefork mode.
To make it work, you could modify nginx to reverse longpolling request from address x.x.x.x:8069/longpolling to x.x.x.x:8072.
Whcich served by class GeventServer as configuration port longpolling_port.
Our experimental nginx configuration is simple as:
upstream backend-odoo {
server x.x.x.x:8069;
}
server {
location /longpolling {
proxy_pass http://x.x.x.x:8072;
}
location / {
proxy_pass http://backend-odoo;
}
Our exceprimantal odoo configuration is simple as odoorc:
workers = 5
I hope it saved you and the reader some time.
add a comment |
This is NORMAL behaviour.
This happens when clients start to open two or more browser windows/tabs. Longpolling happens in n+1 windows and WILL trigger Bus unavailable.
This error can be ignored. There is most probably no way to remediate it unless you temper with odoo's internal code.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f892046%2fodoo-10-ce-performance-tuning-enabling-workers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I just face similar problem with you then dig around until found out the solution @Carlo
The error is happened as conflict of odoo development for Live chat.
Without modify reverse proxy nginx:
longpolling request is going to address x.x.x.x:8069/longpolling
Which it's handel by module named IM bus, then cause error as it look like unfinished development for prefork mode.
To make it work, you could modify nginx to reverse longpolling request from address x.x.x.x:8069/longpolling to x.x.x.x:8072.
Whcich served by class GeventServer as configuration port longpolling_port.
Our experimental nginx configuration is simple as:
upstream backend-odoo {
server x.x.x.x:8069;
}
server {
location /longpolling {
proxy_pass http://x.x.x.x:8072;
}
location / {
proxy_pass http://backend-odoo;
}
Our exceprimantal odoo configuration is simple as odoorc:
workers = 5
I hope it saved you and the reader some time.
add a comment |
I just face similar problem with you then dig around until found out the solution @Carlo
The error is happened as conflict of odoo development for Live chat.
Without modify reverse proxy nginx:
longpolling request is going to address x.x.x.x:8069/longpolling
Which it's handel by module named IM bus, then cause error as it look like unfinished development for prefork mode.
To make it work, you could modify nginx to reverse longpolling request from address x.x.x.x:8069/longpolling to x.x.x.x:8072.
Whcich served by class GeventServer as configuration port longpolling_port.
Our experimental nginx configuration is simple as:
upstream backend-odoo {
server x.x.x.x:8069;
}
server {
location /longpolling {
proxy_pass http://x.x.x.x:8072;
}
location / {
proxy_pass http://backend-odoo;
}
Our exceprimantal odoo configuration is simple as odoorc:
workers = 5
I hope it saved you and the reader some time.
add a comment |
I just face similar problem with you then dig around until found out the solution @Carlo
The error is happened as conflict of odoo development for Live chat.
Without modify reverse proxy nginx:
longpolling request is going to address x.x.x.x:8069/longpolling
Which it's handel by module named IM bus, then cause error as it look like unfinished development for prefork mode.
To make it work, you could modify nginx to reverse longpolling request from address x.x.x.x:8069/longpolling to x.x.x.x:8072.
Whcich served by class GeventServer as configuration port longpolling_port.
Our experimental nginx configuration is simple as:
upstream backend-odoo {
server x.x.x.x:8069;
}
server {
location /longpolling {
proxy_pass http://x.x.x.x:8072;
}
location / {
proxy_pass http://backend-odoo;
}
Our exceprimantal odoo configuration is simple as odoorc:
workers = 5
I hope it saved you and the reader some time.
I just face similar problem with you then dig around until found out the solution @Carlo
The error is happened as conflict of odoo development for Live chat.
Without modify reverse proxy nginx:
longpolling request is going to address x.x.x.x:8069/longpolling
Which it's handel by module named IM bus, then cause error as it look like unfinished development for prefork mode.
To make it work, you could modify nginx to reverse longpolling request from address x.x.x.x:8069/longpolling to x.x.x.x:8072.
Whcich served by class GeventServer as configuration port longpolling_port.
Our experimental nginx configuration is simple as:
upstream backend-odoo {
server x.x.x.x:8069;
}
server {
location /longpolling {
proxy_pass http://x.x.x.x:8072;
}
location / {
proxy_pass http://backend-odoo;
}
Our exceprimantal odoo configuration is simple as odoorc:
workers = 5
I hope it saved you and the reader some time.
edited Aug 31 '18 at 2:12
answered Aug 29 '18 at 11:33
apisak Srihamatapisak Srihamat
11
11
add a comment |
add a comment |
This is NORMAL behaviour.
This happens when clients start to open two or more browser windows/tabs. Longpolling happens in n+1 windows and WILL trigger Bus unavailable.
This error can be ignored. There is most probably no way to remediate it unless you temper with odoo's internal code.
add a comment |
This is NORMAL behaviour.
This happens when clients start to open two or more browser windows/tabs. Longpolling happens in n+1 windows and WILL trigger Bus unavailable.
This error can be ignored. There is most probably no way to remediate it unless you temper with odoo's internal code.
add a comment |
This is NORMAL behaviour.
This happens when clients start to open two or more browser windows/tabs. Longpolling happens in n+1 windows and WILL trigger Bus unavailable.
This error can be ignored. There is most probably no way to remediate it unless you temper with odoo's internal code.
This is NORMAL behaviour.
This happens when clients start to open two or more browser windows/tabs. Longpolling happens in n+1 windows and WILL trigger Bus unavailable.
This error can be ignored. There is most probably no way to remediate it unless you temper with odoo's internal code.
answered Jan 15 at 17:25
HLDHLD
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f892046%2fodoo-10-ce-performance-tuning-enabling-workers%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown