Skip to content

Commit b59fbcc

Browse files
committed
Try 1G of memory for mysql
1 parent c8232c1 commit b59fbcc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asan_task:
1010
image: mysql:8
1111
port: 3306
1212
cpu: 1.0
13-
memory: 512Mi
13+
memory: 1G
1414
env:
1515
MYSQL_ROOT_PASSWORD: "root"
1616
MYSQL_DATABASE: "test"

ext/mysqli/tests/mysqli_insert_packet_overflow.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ INSERT and packet overflow
44
mysqli
55
--SKIPIF--
66
<?php
7+
if (getenv('CIRRUS_CI')) die('skip Kills mysql container on cirrus');
8+
79
require_once "connect.inc";
810

911
if (!$link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))

0 commit comments

Comments
 (0)