search for: memory_limit

Displaying 14 results from an estimated 14 matches for "memory_limit".

2008 Mar 06
2
DDOS problem from Bangkok, Thailand
...=== FreeBSD 6.0 apache-1.3.34_4 php5-5.1.2_1 MySQL 5.0.20 php.ini ====== ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing r memory_limit = 32M (at the beginning it is 8M, I change to 32MB since the cause of httpd-error.log, however, it still the error as the following showed on httpd-error.log FILE:/var/log/httpd-error.log ===================== Allowed memory size of 33554432 bytes exhausted .... happend like this all over the...
2008 Jun 09
2
Help, PHP/Mysql connections are so slow.
...delays. The server is Xeon based and has 4GB of RAM. SElinux is enabled, and ModSecurity for Apache too. Disabling these two does not help. SElinux allows Apache to network connect. Some php.ini settings: =============================== safe_mode = On max_execution_time = 60 max_input_time = 60 memory_limit = 128M open_basedir is active, and there are no conflicts. disable_functions also contain several functions in order to secure server. allow_fopen_url is disabled =============================== Could there be a bug somewhere that is causing this slowness for PHP/Mysql connections. Feedback and t...
2012 Feb 26
2
strange memory issues with CentOS 6.2 on VPS
...[16:51:17 2012] [notice] child pid 2577 exit signal Segmentation fault (11) or when processing requests: [26 16:30:16 2012] [error] [client 66.249.72.1] PHP Fatal error: Out of memory (allocated 262144) (tried to allocate 523800 bytes) in Unknown on line 0 The memory_limit in PHP is set to 32MB, so it's not the case. Similar issues happen to PostgreSQL: 16:42:01 CET pid=2504 db=xxxxxx-drupal user=xxxxxx FATAL: out of memory 16:42:01 CET pid=2504 db=xxxxxx-drupal user=xxxxxx DETAIL: Failed on request of size 2488. 16:42:01 CE...
2010 Aug 03
4
Managing Pear and Pecl packages in Puppet
Hi all, I''m using the pear/pecl package providers from http://www.mit.edu/~marthag/puppet/ and I''ve run into a memory limit problem. I''ve tried hacking the script so that it passes additional options to pecl/pear, however these just error out about not being valid options (even though they are!). I''m now at a point where the following stanza gives the
2011 Jul 13
4
puppet manifest execution orders
I created manifest for our webserver. manifest included git clone, database creation and restore database etc.... How to order the installation and exec exactly Roni -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2018 Mar 09
0
Memory Leak with PHP
...?ll have a clue. Since a few months, after many upgrades on several blogs (now running with PHP7), our server is eating up RAM no end. PHP processes swell to over 2 GB (each) and when the whole RAM and the whole swap are full, problems stack up and finally paralyze the system. This despite having ?memory_limit = 512M" in all php.ini (there are several PHP versions on the system, selection is made via .htaccess). CenOS 6.9 on a Xeon 8 cores with now 64 GB RAM. This is a snip of a top this morning, just 2 days after the latest reboot: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMM...
2010 Jul 23
3
Problem installing WordPress on CentOS
Hi, I have a curious problem installing WordPress on a local LAMP server running CentOS 5.5. I have some other (dynamic) websites running on the same machine without problems. Here's what I did. 1) Create a 'wordpress' database in MySQL monitor. 2) Download WordPress, unzip it into /var/www/html/ 3) # chown -R apache:apache /var/www/html/wordpress 4) Open Firefox on
2010 Jun 09
3
PHP file upload limit
Hi all, I am trying to run a web-based PHP application on a CentOS 5 32-bit machine that requires me to upload large files. The machine also happens to have little RAM (256MB). I have no problem setting my upload limit ( upload_max_filesize ) to 1 GB but for some reason 2 GB or above seems to be no go. Would anybody know why? Could it be one of the many 32-bit vs 64-bit issues? Thanks. Boris.
2007 May 16
1
Squirrelmail Problem on CentOS 4.4
Recently, some of my accounts cannot read any email in the INBOX within Squirrelmail. The error.... The server couldn't find the message you requested. Most probably your message list was out of date and the message has been moved away or deleted (perhaps by another program accessing the same mailbox). The messages are not being moved out. In fact, I can delete one of those messages
2020 Nov 03
0
[patch V3 15/37] powerpc/mm/highmem: Switch to generic kmap atomic
...ss - * this pte without first remap it - */ - pte_clear(&init_mm, vaddr, kmap_pte-idx); - local_flush_tlb_page(NULL, vaddr); - } - - kmap_atomic_idx_pop(); -} -EXPORT_SYMBOL(kunmap_atomic_high); --- a/arch/powerpc/mm/mem.c +++ b/arch/powerpc/mm/mem.c @@ -61,11 +61,6 @@ unsigned long long memory_limit; bool init_mem_is_free; -#ifdef CONFIG_HIGHMEM -pte_t *kmap_pte; -EXPORT_SYMBOL(kmap_pte); -#endif - pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, unsigned long size, pgprot_t vma_prot) { @@ -235,8 +230,6 @@ void __init paging_init(void) map_kernel_page(PKMA...
2012 Sep 29
2
Doubled up RAM to 32 GB - now how to speed up a LAPP server?
...32088 0 0 13 2965 4220 1951 40 0 59 1 0 procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu----- What I've already done: /var/lib/pgsql/data/postgresql.conf (local connections only) max_connections = 10 shared_buffers = 4096MB work_mem = 16M /etc/php.ini memory_limit = 300M [PostgresSQL] pgsql.allow_persistent = Off # because I use pgbouncer /etc/pgbouncer.ini (local connections only too) max_client_conn = 600 default_pool_size = 80 /etc/httpd/conf/httpd.conf (didn't modify yet): <IfModule prefork.c> StartServers 10 MinSpareServers 8 MaxS...
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all