Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7947705
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T01:30:35+00:00 2026-06-04T01:30:35+00:00

I have a servlet that users post a XML file to. I read that

  • 0

I have a servlet that users post a XML file to.

I read that file using:

String xml = request.getParameter("...");

Now say that xml document is 10KB, since I created the variable xml I am now using 10KB of memory for that variable correct?

Now I need to parse that xml (using xerces), and I converted it to a input stream when passing to it to the saxparsers parse method (http://docs.oracle.com/javase/1.5.0/docs/api/javax/xml/parsers/SAXParser.html).

So if I convert a string to a stream, is that doubling my memory usage?

Need some clarifications on this.

If I connect my process with visualvm or jconsole, while stepping through the code, can I see if I am using additional memory as I step through the code in my debugger?

I want to make sure I am not doing this inefficienctly as this endpoint will be hit hard.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T01:30:36+00:00Added an answer on June 4, 2026 at 1:30 am

    A 10,000 bytes of text generally turns into 20 KB.

    When you process text you generally need 2-10x more memory as you will be doing something with that information, such as creating a data structure.

    This means you could need 200 KB. However given that in a PC this represents 1 cents worth, I wouldn’t worry about it normally. If you have a severely resource limited device, I would consider moving the processing to another device like a server.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Struts 1.2.7 and have the standard servlet mapping that uses *.do
The scenario: I have a servlet that receives xmls, parses them (using JAXB), persists
I have a Filter Servlet that filters request from a Servlet. I do not
I have clients that need to post 30MB of xml data. The data is
I have a servlet filter in my Java app to ensure that users are
I have a servlet that generates CSS for a given colorScheme name if it
I have a servlet that is used for many different actions, used in the
I have a servlet that I would like to run within ColdFusion MX 7.
I have a servlet that takes a couple of minutes to process and return
Under JBoss 4.0.1SP1, I have a servlet that makes multiple, concurrent calls to web

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.