mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Increased testing limit from 512MB to 1GB
This commit is contained in:
parent
bc1e1c148c
commit
f632baf4dc
|
@ -4,7 +4,7 @@ import sys
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
# Limits for testing the leak
|
# Limits for testing the leak
|
||||||
mem_limit = 512*1048576
|
mem_limit = 1024*1048576
|
||||||
stack_size = 8*1048576
|
stack_size = 8*1048576
|
||||||
iterations = int(mem_limit/stack_size)*2
|
iterations = int(mem_limit/stack_size)*2
|
||||||
codecs = dir(Image.core)
|
codecs = dir(Image.core)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user