Ask Your Question
1

What does the error "Bar 0; array size is too large, maximum size is 100000" mean?

asked 2022-02-20 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-07-25 09:00:00 +0000

woof gravatar image

This error means that the array specified in the code has a size that exceeds the maximum limit of 100000 elements. In other words, the program is trying to allocate more memory to the array than is permitted, causing the error to occur. This can happen if the program is processing a large amount of data or if the programmer has specified an array size that is too large.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-20 11:00:00 +0000

Seen: 10 times

Last updated: Jul 25 '22