Commit 298b6dce authored by skummer's avatar skummer

ZP-201

- changed: increased shared memory

git-svn-id: https://z-push.org/svn/z-push/trunk@1409 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent b057acfc
...@@ -64,7 +64,7 @@ class LoopDetection extends InterProcessData { ...@@ -64,7 +64,7 @@ class LoopDetection extends InterProcessData {
*/ */
public function LoopDetection() { public function LoopDetection() {
// initialize super parameters // initialize super parameters
$this->allocate = 204800; // 200 KB $this->allocate = 1024000; // 1 MB
$this->type = 1337; $this->type = 1337;
parent::__construct(); parent::__construct();
......
...@@ -50,7 +50,7 @@ class PingTracking extends InterProcessData { ...@@ -50,7 +50,7 @@ class PingTracking extends InterProcessData {
*/ */
public function PingTracking() { public function PingTracking() {
// initialize super parameters // initialize super parameters
$this->allocate = 204800; // 200 KB $this->allocate = 512000; // 500 KB
$this->type = 2; $this->type = 2;
parent::__construct(); parent::__construct();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment