• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

150 MB attachment on Jboss

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to send an attachment of size around 150MB to web application deployed on jboss server. What all configurations do I need to work on? When I tried with as-is configuration for 37MB file it went, for 60MB file server threw OutofMemoryError.

Thanks.
Abhijeet
[ October 17, 2007: Message edited by: Abhijeet Vaidya ]
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Increase the initial memory of JBoss. The server configuration that we are using is -Xms1024m -Xmx2048m (1 GB to 2GB) and the file upload is working fine. we have tested around 400Mb file which is working fine.
 
Abhijeet Vaidya
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah, I did that and it worked fine. Thanks.


Abhijeet
 
reply
    Bookmark Topic Watch Topic
  • New Topic