SourceForge.net
2007-02-06 22:53:10 UTC
Bugs item #1364296, was opened at 2005-11-23 03:07
Message generated for change (Settings changed) made by righiandr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1364296&group_id=259
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Initial RAM Disk
Group: None
Private: No
Submitted By: Jeremy Enos (jenos)
Initial Comment:
chomp(my $size = `du -ks $staging_dir`);
That's the method it uses to estimate the size of
ramdisk to create... and it also has a breathing room
factor that it adds on.
Perhaps breathing room just needs to be adjusted
larger, or else something else is going on which causes
the bad estimate.
I experienced this with rhel3u6.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1364296&group_id=259
Message generated for change (Settings changed) made by righiandr
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1364296&group_id=259
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Initial RAM Disk
Group: None
Status: Closed
Resolution: Fixed
Priority: 5Resolution: Fixed
Private: No
Submitted By: Jeremy Enos (jenos)
Assigned to: Andrea Righi (righiandr)
Summary: bad size estimate by UseYourOwnKernel.pmInitial Comment:
chomp(my $size = `du -ks $staging_dir`);
That's the method it uses to estimate the size of
ramdisk to create... and it also has a breathing room
factor that it adds on.
Perhaps breathing room just needs to be adjusted
larger, or else something else is going on which causes
the bad estimate.
I experienced this with rhel3u6.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1364296&group_id=259