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

Start migration to Kotlin #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Start migration to Kotlin #55

wants to merge 1 commit into from

Conversation

lucianbc
Copy link
Member

No description provided.

@lucianbc lucianbc requested a review from garanj October 29, 2024 20:09
@lucianbc lucianbc force-pushed the kt-transition branch 2 times, most recently from a836bb6 to cd103ad Compare October 30, 2024 11:13
var ambientLimitBytes: Long = MemoryFootprint.toBytes(10.0)
private set
/** The memory limit in bytes for the active mode. Defaults to 10 * 10^20 bytes (or 10 MB). */
var activeLimitBytes: Long = MemoryFootprint.toBytes(10.0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A developer made the comment recently, is it sensible to change this default to 100, to align with the Play default? Is it worth doing this as part of the migration?

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

Successfully merging this pull request may close these issues.

2 participants