Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StreamChunkSize(16MB) variable setting function #1927

Open
kyungmun opened this issue Jun 19, 2024 · 1 comment
Open

StreamChunkSize(16MB) variable setting function #1927

kyungmun opened this issue Jun 19, 2024 · 1 comment

Comments

@kyungmun
Copy link

When you use SetRow() in the stream method, you know the function of recording to a temporary file and emptying the buffer in the Sync() logic when the data length of the buffer is more than 16MB.

I would like to improve this size so that it can be set by the user rather than being fixed.

When using the Excel save function on a server with low memory specifications, if the data is larger than 16MB, the process may be killed while SetRowing the data due to insufficient memory.

It would be nice to improve the ChunkSize value so that it can be set variably.

@kyungmun
Copy link
Author

It would be nice if it could be set from at least 1MB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant