Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setResourceLimit Imagick::RESOURCETYPE_DISK on WSL not work #655

Open
qq690712575 opened this issue Feb 16, 2024 · 0 comments
Open

setResourceLimit Imagick::RESOURCETYPE_DISK on WSL not work #655

qq690712575 opened this issue Feb 16, 2024 · 0 comments

Comments

@qq690712575
Copy link

$i = 1500*1024*1024; var_dump($i); $canvas = new \Imagick(); $canvas->setResourceLimit(Imagick::RESOURCETYPE_DISK, $i ); echo 'RESOURCETYPE_DISK1===',Imagick::getResourceLimit(Imagick::RESOURCETYPE_DISK),PHP_EOL;

output=====>
int(1572864000)
RESOURCETYPE_DISK1===1073741824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant