We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5c4d9 commit b391686Copy full SHA for b391686
frameworks/PHP/cakephp/server.php
@@ -8,7 +8,7 @@
8
Adapterman::init();
9
10
$http_worker = new Worker('http://0.0.0.0:8080');
11
-$http_worker->count = (int) shell_exec('nproc') * 4;
+$http_worker->count = (int) shell_exec('nproc') * 2;
12
$http_worker->reusePort = true;
13
$http_worker->name = 'AdapterMan-CakePHP';
14
frameworks/PHP/swoole/swoole-sync-mysql.dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:24.04
2
3
ENV ENABLE_COROUTINE 0
4
-ENV CPU_MULTIPLES 1
+ENV CPU_MULTIPLES 2
5
ENV DATABASE_DRIVER mysql
6
7
ARG DEBIAN_FRONTEND=noninteractive
0 commit comments