Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

NDB storage engine mysql Configuration for Maximum READS and WRITES to mysql

How can I find the Maximum limits for the number of READS and WRITES to mysql? I have found the following using the "show global status" mysql command: ndb_api_read_row_count to find the maximum ...
0
votes
0answers
116 views

How to calculate the maximum server capacity of Apache Server running PHP

I am developing a social networking website for my client which is expected to cater for 2000 users at a time. I want to know what parameters to take consideration so that I can estimate what is the ...
1
vote
2answers
60 views

Rationale for maximum memory size

I recently purchased a Dell N5110. It's described as having a maximum memory of 2x4Gb. What is the reason for the maximum module size of 4Gb? Is it impossible to manufacture DDR PC3-10600 with more ...
0
votes
1answer
99 views

What is the IIS 7.5 maximum subdomain count?

We have 4 web servers and all of them serves one domain. But we are adding sub domains to IIS. Do you know what is the maximum sub domain count for IIS 7.5? Now we have 30 sub domains.
0
votes
1answer
118 views

how to calculate exact php upload limits

maximum size of uploads in php depend on number of settings. here they are, as put into apache virtual hosts file: php_admin_flag file_uploads on php_admin_value memory_limit 560M php_admin_value ...
0
votes
1answer
298 views

Backup script that excludes large files using Duplicity and Amazon S3

I'm trying to write an backup script that will exclude files over a certain size. My script gives the proper command, but when run within the script it outputs an an error. However if the same ...
1
vote
1answer
162 views

What are the maximum number of files/directories allowed per directory in common Linux FS?

It is known that ext2/ext3 FS have a rather low limit of about 32k files/directories per directory. It looks like ReiserFS is limited in practice by the r5 hash function which allows about 1 200 000 ...
5
votes
3answers
524 views

Email Attachment Size Limits

Given I have plenty of disk space to work with, what are some technical considerations that I need to consider when configuring email attachment size limits?
0
votes
1answer
612 views

Is there any limit to AIX 5.3 pipe size?

I'm in trouble while performing cat/tail/head operation on large files on Aix 5.3. When asking for a cat of several 1Go file redirected to another one: cat file1 file2 file3 > outputfile The ...
1
vote
1answer
205 views

Is there a maximum number of schemas allowed in SQL Server 2005?

What is the maximum number of user schemas one can create in a single SQL Server 2005 database? Is this figure different on SQL Server Express vs SQL Server Standard? I've searched the MSDN ...
0
votes
2answers
97 views

freebsd syslog server limit

whats the max numbers of syslog servers can I configure on a freebsd machine?
0
votes
2answers
108 views

Finding the bottleneck

I've just begun running some tests on our application system using JMeter. We are currently running a three-server setup. Requests go to a load balancer, which sends it to one of two apache servers ...
1
vote
2answers
1k views

FTP - 530 Sorry, the maximum number of clients…?

My problem is that my FTP work great, exept when i upload files on a particular client server! on this server happen that some files are uploaded fine and others not, they stop while uploading at ...
1
vote
2answers
599 views

SharePoint 2GB Max file upload experence

We are running a Sharepoint WSS 3.0 Server with a full SQL 2005 version, on a single Windows 2003 Standard server. with 2GB RAM. We have a file upload limit of 100MB. I have been asked to look into ...
0
votes
2answers
4k views

How many maximum files per directory on CentOS 5 64bit or Linux RedHat 64bit?

Now, I have any 20,000 files in single directory. How many maximum files per directory on CentOS 64bit ext3?