Page 1 of 1

Vqmode cache memory size

Posted: Wed Oct 02, 2019 6:55 pm
by quaero
Hi,

can somebody help me with bellow problem...

every week I get this kind of error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 166 bytes) in /home/carpio/public_html/ribolovna-oprema.si/vqmod/vqmod.php on line 168

line 168: $tmp = self::$_cwd . $path;

after deleting checked.cache in vqmode folder everything works ok... but just a few days... than I have to delete that file again :(

USING: OP 3.0.2
VQmode: downloaded latest version in septeber 2019 (vqversion = 2.6.4)
Site: https://ribolovna-oprema.si/

what can be done?

in root of the page in php.ini I have this, so memory problem shoud not be the thing that cosing this:
memory_limit = 512M
max_execution_time = 36000
upload_max_filesize = 240M
post_max_size = 250M




Thanks for help in advance, regards,
Klemen

Re: Vqmode cache memory size

Posted: Wed Oct 02, 2019 7:27 pm
by opencartmart
quaero wrote:
Wed Oct 02, 2019 6:55 pm
in root of the page in php.ini I have this, so memory problem shoud not be the thing that cosing this:
memory_limit = 512M
max_execution_time = 36000
upload_max_filesize = 240M
post_max_size = 250M

Klemen
It does not mean to have allocated memory 256M. Configuration file can vary depending on server configuration. You can create a info.php with following lines of code and upload on your server and access it using a browser to see actual value.

Code: Select all

<?php
  phpinfo();
?>

Re: Vqmode cache memory size

Posted: Wed Oct 02, 2019 7:34 pm
by quaero
Hi,

Ok thanks, file created:
https://ribolovna-oprema.si/info.php

does it look ok?


Klemen

Re: Vqmode cache memory size

Posted: Wed Oct 02, 2019 10:10 pm
by Evilonion
128mb is your memory limit.
Contact your host to increase it, or like me, you may have to move to an upgraded host.

Re: Vqmode cache memory size

Posted: Wed Oct 02, 2019 10:28 pm
by paulfeakins
quaero wrote:
Wed Oct 02, 2019 7:34 pm
does it look ok?
Well you can see, it says:
memory_limit 128M

So your php.ini is being ignored.

Contact your web host.

Re: Vqmode cache memory size

Posted: Mon Oct 07, 2019 4:54 pm
by quaero
Hi,

Ok thanks... change it to 512... hope this will fix it...


Regards,
Klemen

Re: Vqmode cache memory size

Posted: Mon Oct 14, 2019 6:11 pm
by paulfeakins
quaero wrote:
Mon Oct 07, 2019 4:54 pm
Ok thanks... change it to 512... hope this will fix it...
And did it?

Re: Vqmode cache memory size

Posted: Tue Oct 15, 2019 2:53 am
by IP_CAM
There is no Help, with an Overkill like this, the Worst I've ever seen so far.
He's trying to place the entire Shop Inventory onto his Welcome Page :clown:
Nobody will ever stay on such a Site...

Image

Re: Vqmode cache memory size

Posted: Tue Nov 05, 2019 9:49 pm
by quaero
Hi,
once a month there is still problem with cache...

Any idea what can we do?


Thanks, regards

Re: Vqmode cache memory size

Posted: Tue Nov 05, 2019 10:27 pm
by paulfeakins
quaero wrote:
Tue Nov 05, 2019 9:49 pm
once a month there is still problem with cache...
So did you increase the memory limit?

Re: Vqmode cache memory size

Posted: Tue Nov 05, 2019 10:40 pm
by quaero
Yes, memory is incrised...
Will it help if I incrise PHP version? Curently using 5.6.

Re: Vqmode cache memory size

Posted: Tue Nov 05, 2019 10:43 pm
by paulfeakins
quaero wrote:
Tue Nov 05, 2019 10:40 pm
Yes, memory is incrised...
Not enough then I guess if you still get that message.

quaero wrote:
Tue Nov 05, 2019 10:40 pm
Will it help if I incrise PHP version? Curently using 5.6.
Probably not.

Re: Vqmode cache memory size

Posted: Fri Nov 22, 2019 2:25 pm
by quaero
Hi,

this problem is still happening :(

will it be ok, if I somehow create a script that deletes cache every, for example, 4 days.


Thanks, regards

Re: Vqmode cache memory size

Posted: Fri Nov 22, 2019 4:12 pm
by thekrotek
quaero wrote:
Fri Nov 22, 2019 2:25 pm
will it be ok, if I somehow create a script that deletes cache every, for example, 4 days.
You can always ask for commercial support.

Re: Vqmode cache memory size

Posted: Fri Nov 22, 2019 4:27 pm
by letxobnav
It's kind of ironic that your theme is called "fastbuy".

suggest you check your webserver,https/2,network settings as well as you have images (no PHP relation) of a few Kb loading in no less than 38 seconds.
Looks like your webserver cannot handle many concurrent tcp connections.

Re: Vqmode cache memory size

Posted: Fri Nov 22, 2019 5:10 pm
by paulfeakins
quaero wrote:
Wed Oct 02, 2019 6:55 pm
after deleting checked.cache in vqmode folder everything works ok... but just a few days... than I have to delete that file again :(
Seems to be this issue:
viewtopic.php?t=165423
viewtopic.php?t=209660

Re: Vqmode cache memory size

Posted: Fri Nov 22, 2019 5:33 pm
by xxvirusxx
Convert vqmod files to ocmod and unistall it :)

https://github.com/vqmod/vqmod/issues/135

Re: Vqmode cache memory size

Posted: Fri Nov 22, 2019 7:08 pm
by quaero
paulfeakins wrote:
Fri Nov 22, 2019 5:10 pm
quaero wrote:
Wed Oct 02, 2019 6:55 pm
after deleting checked.cache in vqmode folder everything works ok... but just a few days... than I have to delete that file again :(
Seems to be this issue:
viewtopic.php?t=165423
viewtopic.php?t=209660
Hi,

thank you!

I did that, change both config files... when refreshing the cache in admin OC i got bunch of errors, seems like my settings are different :)