Increased memory size
This commit is contained in:
parent
ecd2446788
commit
319fd130ec
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
class Psync
|
||||
{
|
||||
private static int $sharedMemorySize = 1024;
|
||||
private static int $sharedMemorySize = 65536;
|
||||
private static int $sharedMemoryPermissions = 0644;
|
||||
private static array $promises = [];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue