Sample TXT 10MB File
Plain text — lorem ipsum, log lines, or chat transcripts
Click below for an instant download — no signup, no redirect.
Download 10MB TXT10 MBTestFile-txt-10mb.txt
File details
| Format | TXT |
| Extension | .txt |
| MIME type | text/plain |
| Size | 10 MB |
| Exact bytes | 10,485,760 |
| Filename | TestFile-txt-10mb.txt |
| Format version | Plain text (UTF-8) |
| Contents | ~150,000 lines of lorem ipsum body text; paragraphs with '##' headings; sequential heading structure |
| Encoding | UTF-8 (no BOM); Unix LF line endings |
What is a 10MB TXT file useful for?
A 10 MB TXT file with ~150,000 lines of lorem ipsum is appropriate for testing full-text search indexing pipelines, text processing performance, and content delivery for large documents. Use it to benchmark Meilisearch or Elasticsearch document indexing throughput, to test that your text storage layer handles files above the 5 MB single-PUT threshold via multipart upload, and to verify that your word count and character count APIs return accurate values via streaming read.
What's inside this file?
Generated by data.py. Approximately 150,000 lines of lorem ipsum body text with the same paragraph and heading structure as the 5 MB variant. Line count and character count can be verified: wc -l and wc -c should match the expected values. The sequential heading structure allows testing document outline extraction — useful for testing table-of-contents generation in document processing APIs.
Download via curl
curl -L "http://localhost:8000/files/txt/TestFile-txt-10mb.txt" \ -o TestFile-txt-10mb.txt
Need different parameters?
Generate a custom TXT file with exact settings.