Questions tagged [maximum]

21 questions
0
votes
1 answer

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
1 answer

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 command is run manually everything works...??? Here is…
Jason
  • 21
  • 2
0
votes
1 answer

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 outputfile is limited to 2Go (cat: output error and…
snowflake
  • 127
  • 3
  • 12
0
votes
2 answers

freebsd syslog server limit

whats the max numbers of syslog servers can I configure on a freebsd machine?
hari
  • 270
  • 1
  • 4
  • 17
0
votes
2 answers

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 (Ubuntu). Each of those servers has a link to a…
Dexter
  • 117
  • 1
  • 6
0
votes
0 answers

How to limit the total volumn from a TCP connection

I have a particular application with one type of connection that mostly sends packets to clients while receives nothing but login request. (i.e. video streaming) Therefore I want to limit the Total Volumn Received from a TCP connection (websocket…
George Y
  • 528
  • 6
  • 16
1
2