- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MPlayer exceeding maxssiz
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 04:36 AM
02-04-2003 04:36 AM
MPlayer exceeding maxssiz
I have compiled and installed mplayer on my HP-Ux 11.00 machine with 256 MB memory and
swap space as follows:
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 524288 0 524288 0% 0 - 1 /dev/vg00/lvol2
dev 409600 119184 290416 29% 0 - 0 /dev/vg00/lvol9
reserve - 307116 -307116
memory 174432 26612 147820 15%
total 1108320 452912 655408 41% - 0 -
However when I try to run mplayer, the machine freezes for a long time before getting a segment violation because of insufficient swap space/mplayer exceeding maxssiz. I have since then increased my maxssiz to upto 256 MB without getting any result. Current values are as follows:
Name Value(Bytes)
maxssiz 83570688
maxssiz_64bit 268435456
maxtsiz 1073741824
maxtsiz_64bit 4294967296
maxdsiz 3221225472
maxdsiz_64bit 17179869184
Can anyone help? Thanks in advance.
saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 04:40 AM
02-04-2003 04:40 AM
Re: MPlayer exceeding maxssiz
regenerate your kernel with kernel parameter
swapmem_on set to 0
With so little memory you do not need it.
Then try
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 04:48 AM
02-04-2003 04:48 AM
Re: MPlayer exceeding maxssiz
Is the mplayer executable a 32 bit application.
Then you should increase maxssiz and not maxssiz_64
Just do a
#file
to check the 32 bit or 64 bit executable
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 05:19 AM
02-04-2003 05:19 AM
Re: MPlayer exceeding maxssiz
You may need to change the stack size in the shell...if you are using the posix shell for example:
# ulimit -a|grep stack
stack(kbytes) 8192
# ulimit -s 16384
# ulimit -a|grep stack
stack(kbytes) 16384
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2003 11:51 PM
02-06-2003 11:51 PM
Re: MPlayer exceeding maxssiz
saurav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:39 AM
05-05-2003 09:39 AM
Re: MPlayer exceeding maxssiz
maxssiz/1024=83570688/1024=81162
and ulimit -S shows the same value! You can just increase maxssiz + relink kernel + reboot. To make it simple I used for this
su - root
sam -> Kernel Configuration -> Configurable Parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:40 AM
05-05-2003 09:40 AM
Re: MPlayer exceeding maxssiz
maxssiz/1024=83570688/1024=81162
and ulimit -S shows the same value! You can just increase maxssiz + relink kernel + reboot. To make it simple I used for this
su - root
sam -> Kernel Configuration -> Configurable Parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:42 AM
05-05-2003 09:42 AM
Re: MPlayer exceeding maxssiz
maxssiz/1024=83570688/1024=81162
and ulimit -S shows the same value! You can just increase maxssiz + relink kernel + reboot. To make it simple I used for this
su - root
sam -> Kernel Configuration -> Configurable Parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:47 AM
05-05-2003 09:47 AM
Re: MPlayer exceeding maxssiz
maxssiz/1024=83570688/1024=81162
and ulimit -S shows the same value! You can just increase maxssiz + relink kernel + reboot. To make it simple I used for this
su - root
sam - Kernel Configuration - Configurable Parameters