|
MAKERS : PIT2DABONEKENNELS & NEWERAPITBULLS
Started by Nero on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at yuku):
|
|
My application is running on Windows Server 2000. The memory usage keeps growing (from 145m).
Is that normal? I am new to Java. The version is Tomcat5.5.
Answer Snippets (Read the full thread at stackoverflow):
Use visualvm.
That number should not grow over time or you have a memory leak.
If you what it goes down to.
So, expect the heap to grow to the maximum size.
For every megabyte of maximum heap size available.
|
|
I have a log file that is constantly growing, how can I watch and parse it via a ruby script. The script will parse each new line as it is written to the file and output something to the screen when the new line contains the string 'ERROR'
Started by KingInk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
") # Since this file exists and is growing, seek to the end of the most recent entry f.seek(0,IO:SEEK.
|
Ask your Facebook Friends
|
I have a Rails app running with Apache on a Windows 2003 server . I am using the Apache Lounge version of apache.
Httpd.exe process's Mem usage and VM Size is growing constantly and quite fast, while there is not much load. Most alarming is the VM size...
Started by Alpinweis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Httpd.exe's Mem Usage/VM Size do not seem to grow at all..
|
|
Is growing weed the same as growing any other plant? i over herd a conversation about growing weed now i am wondering is it like is growing weed the same as growing something else like a veggies fruits? cause people make it sound like such a hard thing...
Started by Ademir on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at yahoo):
No, growing tomatoes doesn't land you in prison.
Across a lot of forums about growing it and it sounds like it's a lot harder them most people think in flavor and potency if they are not pollinated.
|
|
As the title says, I've set the max length for the php error log, but it seems to keep growing much much larger than 1024. I am using the correct php.ini, I've restarted apache, etc. The permissions on the php log are 666.
Started by sciguy14 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Use logrotate or a similar....
As is typical for PHP, it is not really obvious from the name of the configuration setting, or even the documentation , but this directive applies to the length of a single log message , not the length of the log file as a whole .
|
|
What's a good way to paginate a list that is constantly growing?
For example, a user may open page 2 of some listing, keep looking at it for a while and then open page 3. Meanwhile, new records have been added to the beginning of the list (page 1) and...
Started by TomA on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You'd.
I do not think it's a good idea to page through a growing list.
Of the list to serve to which user.
|
|
Pea trellis by A Growing Tradition Blog, via Flickr
Started by A.LawrenceBierbrauer on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at pinterest):
|
|
I'm writing a pretty complex web form using ASP.NET Dynamic Data. Several of the controls on this form post back, since there are dependencies between controls. I'm noticing that the viewstate is growing larger with every postback, until after 5 or so...
Started by Telos on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The viewstate kept growing..
|
|
I've read a few articles, and I understood the following (please correct me and/or edit the question if I'm wrong):
The java heap is segmented like this:
Young Generation: objects that are created go here, this part is frequently and inexpensively garbage...
Started by Pablo Fernandez on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Here....
Generally it should grow when new classes are loaded for the first time (and potentially growing permgen use.
If your perm gen IS growing constantly, it is a difficult area to dig into.
Permanent Generation kept growing.
|