打开服务器致命错误内存不足

My problem is:

Fatal error: Out of memory (allocated 2097152) (tried to allocate 8791446257187 bytes) in C:\OpenServer\domains\whitecrossvet.local\wp-includes\functions.php on line 5235

When I restart open server all becomes fine. But when I try to the load image to my wordpress site, which I'm developing, I get this problem. I've tried to add:

ini_set('memory_limit', '-1');

but this didn't help.