# How big is too big for an xml file?

**URL:** https://forum.kirupa.com/t/how-big-is-too-big-for-an-xml-file/149442
**Category:** Uncategorized
**Created:** [May 29, 2005, 8:56am UTC](https://forum.kirupa.com/t/how-big-is-too-big-for-an-xml-file/149442 "2005-05-29T08:56:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hydrowire](https://avatars.discourse-cdn.com/v4/letter/h/e79b87/32.png) [@hydrowire](https://forum.kirupa.com/u/hydrowire)
#### Post date: [May 29, 2005, 8:56am UTC](https://forum.kirupa.com/t/how-big-is-too-big-for-an-xml-file/149442/1 "2005-05-29T08:56:58Z")

</div>

Hi,

how big is too big for an xml file to be parse by php the expat way?  
is 50kb~100kb ok?

Because I’m making an expanding xml file. Not only new contents are added to the file everyday, but also when users post comments, the comments will be added to the file too.

so it is ok to parse large xml file?

thank you.
