-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestspec-performancePerformance-related issuePerformance-related issue
Description
Description
Sometimes during test generation UTBot fails with OutOfMemoryError
exception (see comment ). Currently UTBot subprocess starts with default memory settings and user cannot change it to resolve such problem.
Expected behavior
There is setting .utbot\settings.properties
file to change memory allocation settings. For now it seems to be a rare problem, so I think we should not expose it to IDEA settings UI.
Potential alternatives
Dynamically decide how much memory to use based on available memory. But that seems more error-prone solution and may not resolve such problem.
Metadata
Metadata
Assignees
Labels
comp-codegenIssue is related to code generatorIssue is related to code generatorctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestspec-performancePerformance-related issuePerformance-related issue
Type
Projects
Status
Todo