-
as seen on How to geek
- Search for 'How to geek'
This well documented build guide showcases the process of turning a rack-mounted UPS battery device intended for a server bank, into a super-charged whole-house UPS system with a massive 14 hours of backup juice. It’s a very ambitious build and, due to the work required in the main circuit…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have several computers, in my office, that have UPS printers attached to them. On most of these computers if you go to ups.com, login, and print a shipping label out, it prints out just fine. The website somehow selects the appropriate printer and prints to it. It doesn't present a prompt, asking…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a server racked and its redundant power supplies plugged in two APC Smart-UPS 3000 XLM. Each UPS is connected to two different mains power sources.
Two instances of apcupsd are running, each one connected to its own UPS. They can both detect when an UPS is on Battery, and each UPS can then…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We placed a EATON Ellipse Max 1500 (900W) as the UPS for our HP Proliant ML350 G6. Upon first power failure (actually we only moved the UPS' input plug to a different socket), server immediatelly turned off, and the Health LED turned red and started blinking. UPS was in operation for about a week…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Here is a bit about our setup:
We have 2x Smart-UPS RT 6000 XL units with network management cards
We are running Powerchute from a network server
Powerchute is connected to the management cards of both UPSs
UPSs are set to do a graceful shutdown via Powerchute when the battery duration is under…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
AWS EC2 Small instance, Apache 2 running WordPress and W3TC. Within an hour, my APC fragmentation hits 100%.
My APC settings are:
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 100M
apc.optimization = 0
apc.num_files_hint = 512
apc.user_entries_hint = 1024
apc.ttl = 7200
apc.user_ttl = 7200
apc…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
My setup @ debian 6-testing is: nginx 1.1.8 + php 5.3.8 + php-fpm + APC 3.1.9
Because i use automatic deployment with apc_clear_cache() after deploy, my target is to set up APC to cache all my project (up to 612 php files smaller than 1MB) without files changes checking.
My confs:
FPM:
pm.max_children…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have multiple instances of APC running on my server with similar configurations (albeit with different cache sizes. However, one of the instances is performing extremely poorly, and I have no idea why (100% cache fragmentation, high miss rate).
The runtime settings I'm using are as follows (pretty…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello
I have a Drupal site running on a VPS at Linode with PHP 5.2.10 and APC 3.1.6.
It never caches more than about 25 files and barely uses any of its available memory. Drupal has hundreds of php files. I have another server where APC seems to work well and does indeed cache hundreds of files…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am implementing the apc on a shared server that currently has 1000 sites (using wordpress, moodle, etc.). I'm Looking for the admin page, and I see "Cache full count" is growing rapidly. I've tried increasing the value of "apc.shm_size" reduce value "apc.ttl" increase the value "apc.shm_segments"…
>>> More