Wollte mal wissen, was das heissen soll
apc-warning Potential cache slam averted for key 'vbseo_storage' in functions_vbseo_cache.php on line 137
This is a discussion on apc-warning within the Deutsch forums, part of the General Discussion category; Wollte mal wissen, was das heissen soll apc-warning Potential cache slam averted for key 'vbseo_storage' in functions_vbseo_cache.php on line 137...
Wollte mal wissen, was das heissen soll
apc-warning Potential cache slam averted for key 'vbseo_storage' in functions_vbseo_cache.php on line 137
Hallo,
hast du womöglich den APC Cache aktviert, obwohl dein Server ihn nicht unterstützt?
Gruß,
Fabio
APC Cache ist aktiviert und server unterstützt ihn auch, bzw. ist auch an
das dauert aber bis man ne antwort bekommt
Bitte, brauchen sie APC als (3.1.2).
Ich habe das selbe Problem
[Sat Nov 27 00:32:01 2010] [apc-warning] Potential cache slam averted for key 'vbtscache' in /var/customers/webs/user/includes/class_datastore.php on line 471.
APC Cache wurde Installiert mit
aptitude install php-apc
In der PHPinfo steht auch drin, das es aktiviert ist
apc.cache_by_defaultOnOn/etc/php5/apache2/conf.d/apc.ini, /etc/php5/apache2/conf.d/gd.ini, /etc/php5/apache2/conf.d/imap.ini, /etc/php5/apache2/conf.d/mysql.ini, /etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pdo.ini, /etc/php5/apache2/conf.d/pdo_mysql.ini, /etc/php5/apache2/conf.d/suhosin.ini
apc.canonicalizeOnOn
apc.coredump_unmapOffOff
apc.enable_cliOffOff
apc.enabledOnOn
apc.file_md5OffOff
apc.file_update_protection22
apc.filtersno valueno value
apc.gc_ttl36003600
apc.include_once_overrideOffOff
apc.lazy_classesOffOff
apc.lazy_functionsOffOff
apc.max_file_size1M1M
apc.mmap_file_maskno valueno value apc.num_files_hint10001000
apc.preload_pathno valueno value
apc.report_autofilterOffOff
apc.rfc1867OffOff apc.rfc1867_freq00
apc.rfc1867_nameAPC_UPLOAD_PROGRESSAPC_UPLOAD_PROG RESS
apc.rfc1867_prefixupload_upload_
apc.rfc1867_ttl36003600
apc.shm_segments11
apc.shm_size3030
apc.statOnOn
apc.stat_ctimeOffOff
apc.ttl00 apc.use_request_timeOnOn
apc.user_entries_hint40964096
apc.user_ttl00
apc.write_lockOnOn
Hallo,
welche APC Version setzt du denn ein?
3.1.3p1
Ich habe bereits folgendes versucht
Das hat leider nix gebracht. Das Cachen funktioniert dem Anschein nach aber. Nur der Log wird ganz schön langThe PHP PECL module APC had its cache slam protection method changed as of version 3.1.3. Starting with 3.1.3 the new cache slam protection is user configurable and enabled by default. This can result in a large number of cache slam averted errors in your error_log if you don't intervene:
[apc-warning] Potential cache slam averted for key 'cache_key' in /apc.php on line 138.
This is known to happen with APC versions 3.1.3 and 3.1.3p1.
Solution:
There are two solutions that we're aware of. First, you can disable APC's cache slam protection by changing your PHP configuration:
Using suphp/system wide php.ini
apc.slam_defense = Off
Using .htaccess
php_flag apc.slam_defense off
Using ini_set within your script
ini_set('apc.slam_defense','Off');
Alternatively you can downgrade to APC 3.1.2 which uses the "old" method. However, this is discouraged.
Hallo Michael,
ich finde es interessant, weil includes/class_datastore.php keine Datei von vBSEO ist.
Da solltest du vielleicht direkt bei vBulletin nachfragen.
Gruß,
Fabio
Hi, wenn ich nicht das Thread über freund Google gefunden hätte, so hätte ich auch bei vb.com angefragt. Aber egal, besser spät als nie![]()