• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 06:02
CEST 12:02
KST 19:02
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
[ASL22] Ro16 Preview: Holy Diver4[ASL22] Ro16 Preview: Rough Waters10[ASL22] Ro24 Preview: Siren's Call8[ASL22] Ro24 Preview: Summer's End9Serral wins HomeStory Cup 2915
Community News
StarCraft open world shooter announced at BlizzCon84Weekly Cups (Aug 30-Sep 7): herO thrives amid growing schism10Official StarCraft website teases new content ahead of BlizzCon?174Stellar Fest TWO the Moon (Dec 16-20)9Weekly Cups (August 24-30): Patches' balance mod takes over3
StarCraft 2
General
Blizzard Classic Cup @ BlizzCon 2026 - $100k prize pool How do you feel about the StarCraft shooter announcement at BlizzCon 2026? StarCraft open world shooter announced at BlizzCon Balance hotfix patch 5.0.16b (July 16) Team Liquid Map Contest #22: Results and Winners
Tourneys
RSL Revival: Season 6 - Qualifiers and Main Event SC2 AI Tournament 2026 Fall RSL goes to London! 2026 Offline Finals Nov 21-22 Sparkling Tuna Cup - Weekly Open Tournament KSL Week #92
Strategy
[G] Having the right mentality to improve
Custom Maps
Nexus Wars 2021 GUIDE [M] (2) Industrial Park
External Content
Mutation # 543 Enhanced Defenses The PondCast: SC2 News & Results Mutation # 542 The Ascended Mutation # 541 Binary Choice
Brood War
General
Making an Online Broodwar Manager Game [D] Brainstorming a balance patch for Brood war [ASL22] Ro16 Preview: Holy Diver BGH Auto Balance -> http://bghmmr.eu/ Official StarCraft website teases new content ahead of BlizzCon?
Tourneys
[ASL22] Ro16 Group C [ASL22] Ro16 Group B [ASL22] Ro16 Group A Escore Tournament - Season 3
Strategy
Replay Review Process - What do you do? Simple Questions, Simple Answers Odyssey Mineral Stack Saturation Game Theory for Starcraft
Other Games
General Games
Diablo IV Nintendo Switch Thread EVE Corporation [Maplestory Hardcore] Let's Play~!! General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
[TL LoL EUW IHs] Teemo shall perish
Heroes of the Storm
Heroes of the Storm 2.0
Hearthstone
Deck construction bug
TL Mafia
TL Mafia Community Thread
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread UK Politics Mega-thread Things Aren’t Peaceful in Palestine Trading/Investing Thread
Fan Clubs
MarineLorD Fan Club The Creator Fan Club The ShoWTimE Fan Club
Media & Entertainment
[Manga] One Piece Movie Discussion! Diablo Animated Series on Netflix
Sports
Football (Soccer) Thread TeamLiquid Health and Fitness Initiative For 2023 MLB/Baseball 2023
World Cup 2022
Tech Support
Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Northern Ireland Global Starcraft
Blogs
Virtual Romance, Real-Life C…
TrAiDoS
Regacy Esports:Our Goa…
regacyesports
Dreaming of BW patches (mod…
c3rberUs
LOCKPICKING NOOB
LUCKY_NOOB
Customize Sidebar...

Website Feedback

Closed Threads



Active: 4933 users

The Big Programming Thread - Page 873

Forum Index > General Forum
Post a Reply
Prev 1 871 872 873 874 875 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
April 16 2017 18:35 GMT
#17441
On April 17 2017 03:17 dsyxelic wrote:
Question about android studio: how good of a computer do you or should you have to not have it lag? Did some android projects for a class and almost everybody reported it was extremely laggy besides like mac users. Id want to do more android work but I just cant deal with the lag on my machine and the specs arent that bad... I even used a separate emulator (genymotion) and other settings tricks off google to minimize lag to no avail.


It's a matter of settings for the jetbrains products most of the time. You should set your caches etc. to reasonable levels so the indexing and garbage collection don't take as much time. Another trick I've learned in their products (which are awesome) is checking the "display memory usage" or somesuch option in the menu. Then you get this small bar in the bottom right that shows how much of the allowed memory your IDE is currently using and you can click on it to trigger immediate garbage collection (which drops it down from 1GB to 100MB instantly for example).

I'll post the correct settings on tuesday, when I'm back at my workstation.
Time is precious. Waste it wisely.
Acrofales
Profile Joined August 2010
Spain18438 Posts
April 16 2017 19:56 GMT
#17442
as an IDE, android studio (or in fact, IntelliJ) is fantastic. But the actual Android tools worked better from their eclipse-based Android SDK. Any time I click an android-related button my computer lags out and in addition Gradle builds take FOREVER (I want Ant back, it was buggy every now and then, but at least it was fast). But it is what it is.
dsyxelic
Profile Joined May 2010
United States1417 Posts
April 16 2017 22:07 GMT
#17443
On April 17 2017 03:35 Manit0u wrote:
Show nested quote +
On April 17 2017 03:17 dsyxelic wrote:
Question about android studio: how good of a computer do you or should you have to not have it lag? Did some android projects for a class and almost everybody reported it was extremely laggy besides like mac users. Id want to do more android work but I just cant deal with the lag on my machine and the specs arent that bad... I even used a separate emulator (genymotion) and other settings tricks off google to minimize lag to no avail.


It's a matter of settings for the jetbrains products most of the time. You should set your caches etc. to reasonable levels so the indexing and garbage collection don't take as much time. Another trick I've learned in their products (which are awesome) is checking the "display memory usage" or somesuch option in the menu. Then you get this small bar in the bottom right that shows how much of the allowed memory your IDE is currently using and you can click on it to trigger immediate garbage collection (which drops it down from 1GB to 100MB instantly for example).

I'll post the correct settings on tuesday, when I'm back at my workstation.


Ah thanks, hopefully that saves my lag. And yes I agree the IDE itself is great, just the darn lag
TL/SKT
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
April 16 2017 22:11 GMT
#17444
I'd avoid using an emulator if possible. Much better experience with a device.
There is no one like you in the universe.
dsyxelic
Profile Joined May 2010
United States1417 Posts
April 17 2017 00:32 GMT
#17445
On April 17 2017 07:11 Blisse wrote:
I'd avoid using an emulator if possible. Much better experience with a device.


Using apk + device?

Also do you mean the inbult emulator or all emulators in general? Genymotion seemed decent from the few times I used it and a lot more lightweight
TL/SKT
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
April 17 2017 01:54 GMT
#17446
On April 17 2017 09:32 dsyxelic wrote:
Show nested quote +
On April 17 2017 07:11 Blisse wrote:
I'd avoid using an emulator if possible. Much better experience with a device.


Using apk + device?

Also do you mean the inbult emulator or all emulators in general? Genymotion seemed decent from the few times I used it and a lot more lightweight


Not really sure what you mean by using apk + device... but yes, you plug your device to your computer(or set-up adb over tcp), run, and choose to deploy to your device, which yes, puts and runs the apk on your device.

I'm not sure what's is the current state of emulators... because in 3 years I've never used an emulator at work or aside. I think genymotion was the last emulator I used and it was decent versus the built-in emulator with Eclipse.

I see no reason to use an emulator if I could use a device, unless you're doing some non-standard stuff. Unless you have a good desktop or high-end laptop, things aren't going to run as well, with the emulator competing with Android Studio and what not for resources. And you're going to have to test on your phone eventually anyways.
There is no one like you in the universe.
dsyxelic
Profile Joined May 2010
United States1417 Posts
April 17 2017 04:13 GMT
#17447
ah yeah thats what I meant.I actually did it the long way by simply downloading the .apk file and running it on my phone... didn't know you could deploy straight to device

I'll try that too. Never crossed my mind because we had to present using an emulator heh.
TL/SKT
Acrofales
Profile Joined August 2010
Spain18438 Posts
April 17 2017 06:10 GMT
#17448
On April 17 2017 13:13 dsyxelic wrote:
ah yeah thats what I meant.I actually did it the long way by simply downloading the .apk file and running it on my phone... didn't know you could deploy straight to device

I'll try that too. Never crossed my mind because we had to present using an emulator heh.


I agree with Blisse. The two are incomparable, and you'll have a far better experience debugging on a device. However, for UI things, you are almost required to emulate (or have phones and tablets of all shapes and resolutions you want to be compatible with). Similar for backward compatibility (or forward): if you configure your project right, it shouldn't be an issue, but shouldn't and won't are worlds apart.

The built-in emulator is not very good, but adb plays nice with it. Presumably you can get logcat to connect to genymotion, but can you also do that with the debugger? If so, that's a better option. But you definitely want an emulator you can debug on. Despite the advice to do most of your testing on an actual phone.
dsyxelic
Profile Joined May 2010
United States1417 Posts
April 17 2017 07:12 GMT
#17449
gotcha
i'll prob just use genymotion for the emulator needs

i've only had good experiences with it and lag was cut down considerably with it. my only lag currently comes from the IDE itself (and if I use the built in emulator which I haven't for a while).
TL/SKT
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-04-17 19:56:16
April 17 2017 19:18 GMT
#17450
I'd like to check some stuff from my combinatorics/probability homework if anyone is willing to take a look

But first I need help understanding a question

+ Show Spoiler +


Let A_1, . . . , A_n be sets such that there exist numbers N_1, . . . , N_n such that:
For all 1 ≤ k ≤ n, for all i_1 < i_2 < · · · < i_k
| A_i1 ∩ A_i2 ∩ · · · ∩ A_ik | = N_k.

Write the law of inclusion and exclusion for A_1, . . . , A_n BUT (for example) instead of having clumsy terms like

|A1 ∩ A2 ∩ A3| you’ll have N_3.

SO- it should have the form

|A1 ∪ · · · ∪ An| = A FUNCTION OF N_1, . . . , N_n



There were other questions like this.. and I understood them.
But i don't understand this at all.
it just doesn't make sense to me

checking some other stuff:

+ Show Spoiler +

You have a deck with 20 ranks, 3 suits (so 60 cards total). A "hand" is 6 cards.

What is the odds of getting a hand of all primes of the same suit?

I put:

3*(8 choose 6) / (60 choose 6)

60 choose 6 is my denominator for all of this because that is the total possible hands dealt
for the numerator there is 8 ranks that are primes and i am picking 6 of them. Then there are also 3 different suits where I can do this, so that is why I multiply by 3.


odds of getting all primes?

(24 choose 6) / (60 choose 6)
24 different primes, you pick 6 of them

odds of getting 6 primes all of different ranks?

I am not really sure about this one. I am thinking my numerator could be:

24*21*18*15*12*9 - but they don't want us to do it this way.
I also think I could do it as [(24 choose 6) - pairs and triplets], but I am not sure how to do that. so yeah could use help here


odds of getting a "6 card straight all of the same suit" ?

1-6 up to 15-20 = 15 possible straights, over 3 suits. 3 * 15 = 45
45/(60 choose 6)


odds of getting a "6 card straight but not all of the same suit?"

[15*3^6 / (60 choose 6) ] - odds of the last question
15 possible starting ranks, then pick each card 6 times out of 3 available suits



last thing to check is a bayes problem
+ Show Spoiler +

we have 2 coins. a fair one and a biased one
the biased one comes up H 9/10, and T 1/10

we pick a coin at random, flip it twice.
what is the odds the coin is biased if it comes up Heads and then tails?

I did .5(9/100)/.5(9/100+1/4)

which is: odds of it being biased * (odds of it being heads if it is biased * odds of it being tails if it is biased)
over
(odds of it being biased) * (odds of it being heads if it is biased * odds of it being tails if it is biased) * odds of it being fair * (odds of it being heads if its fair * odds of it being tails if it is fair)

with some algebra i get: 1/(1 + 25/9) which sounds about right i guess
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
April 18 2017 07:51 GMT
#17451
On April 17 2017 07:07 dsyxelic wrote:
Show nested quote +
On April 17 2017 03:35 Manit0u wrote:
On April 17 2017 03:17 dsyxelic wrote:
Question about android studio: how good of a computer do you or should you have to not have it lag? Did some android projects for a class and almost everybody reported it was extremely laggy besides like mac users. Id want to do more android work but I just cant deal with the lag on my machine and the specs arent that bad... I even used a separate emulator (genymotion) and other settings tricks off google to minimize lag to no avail.


It's a matter of settings for the jetbrains products most of the time. You should set your caches etc. to reasonable levels so the indexing and garbage collection don't take as much time. Another trick I've learned in their products (which are awesome) is checking the "display memory usage" or somesuch option in the menu. Then you get this small bar in the bottom right that shows how much of the allowed memory your IDE is currently using and you can click on it to trigger immediate garbage collection (which drops it down from 1GB to 100MB instantly for example).

I'll post the correct settings on tuesday, when I'm back at my workstation.


Ah thanks, hopefully that saves my lag. And yes I agree the IDE itself is great, just the darn lag


Ok, here goes. You can access it via Help -> Edit Custom VM Options... (or Edit Custom Properties)


-Xms2048m
-Xmx2048m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Dawt.useSystemAAFontSettings=lcd
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine


You can tinker around with it. I've heard people had different results with different memory settings (sometimes lower is somehow better for compilation time etc. and I don't really know why).
Time is precious. Waste it wisely.
Acrofales
Profile Joined August 2010
Spain18438 Posts
April 18 2017 08:57 GMT
#17452
On April 18 2017 04:18 travis wrote:
I'd like to check some stuff from my combinatorics/probability homework if anyone is willing to take a look

But first I need help understanding a question

+ Show Spoiler +


Let A_1, . . . , A_n be sets such that there exist numbers N_1, . . . , N_n such that:
For all 1 ≤ k ≤ n, for all i_1 < i_2 < · · · < i_k
| A_i1 ∩ A_i2 ∩ · · · ∩ A_ik | = N_k.

Write the law of inclusion and exclusion for A_1, . . . , A_n BUT (for example) instead of having clumsy terms like

|A1 ∩ A2 ∩ A3| you’ll have N_3.

SO- it should have the form

|A1 ∪ · · · ∪ An| = A FUNCTION OF N_1, . . . , N_n



There were other questions like this.. and I understood them.
But i don't understand this at all.
it just doesn't make sense to me

What is being asked is to give a general formula for the rank of the union of A1... An, but using the numbers Ni. However, your notation is a bit confusing. I'm assuming that the ranks of all Ai are the same, and furthermore the ranks of all intersections are the same, e.g.: |A1| = |A2|, but also |A1 ∩ A2| = |A2 ∩ A3|

In that case, it's fairly easy. Here it is for n=2, but it's trivial to write it for any general n using the general formula for the inclusion-exclusion principle.

|A1 ∪ A2| = |A1| + |A2| - |A1 ∩ A2| = N1 + N1 - N2 = 2N1 - N2



checking some other stuff:

+ Show Spoiler +

You have a deck with 20 ranks, 3 suits (so 60 cards total). A "hand" is 6 cards.

What is the odds of getting a hand of all primes of the same suit?

I put:

3*(8 choose 6) / (60 choose 6)

60 choose 6 is my denominator for all of this because that is the total possible hands dealt
for the numerator there is 8 ranks that are primes and i am picking 6 of them. Then there are also 3 different suits where I can do this, so that is why I multiply by 3.


odds of getting all primes?

(24 choose 6) / (60 choose 6)
24 different primes, you pick 6 of them

odds of getting 6 primes all of different ranks?

I am not really sure about this one. I am thinking my numerator could be:

24*21*18*15*12*9 - but they don't want us to do it this way.
I also think I could do it as [(24 choose 6) - pairs and triplets], but I am not sure how to do that. so yeah could use help here


odds of getting a "6 card straight all of the same suit" ?

1-6 up to 15-20 = 15 possible straights, over 3 suits. 3 * 15 = 45
45/(60 choose 6)


odds of getting a "6 card straight but not all of the same suit?"

[15*3^6 / (60 choose 6) ] - odds of the last question
15 possible starting ranks, then pick each card 6 times out of 3 available suits



last thing to check is a bayes problem
+ Show Spoiler +

we have 2 coins. a fair one and a biased one
the biased one comes up H 9/10, and T 1/10

we pick a coin at random, flip it twice.
what is the odds the coin is biased if it comes up Heads and then tails?

I did .5(9/100)/.5(9/100+1/4)

which is: odds of it being biased * (odds of it being heads if it is biased * odds of it being tails if it is biased)
over
(odds of it being biased) * (odds of it being heads if it is biased * odds of it being tails if it is biased) * odds of it being fair * (odds of it being heads if its fair * odds of it being tails if it is fair)

with some algebra i get: 1/(1 + 25/9) which sounds about right i guess


Only really skimmed this, but it generally seems ok.
loginn
Profile Blog Joined January 2011
France815 Posts
Last Edited: 2017-04-18 09:09:33
April 18 2017 09:04 GMT
#17453
On April 18 2017 04:18 travis wrote:
I'd like to check some stuff from my combinatorics/probability homework if anyone is willing to take a look

But first I need help understanding a question

+ Show Spoiler +


Let A_1, . . . , A_n be sets such that there exist numbers N_1, . . . , N_n such that:
For all 1 ≤ k ≤ n, for all i_1 < i_2 < · · · < i_k
| A_i1 ∩ A_i2 ∩ · · · ∩ A_ik | = N_k.

Write the law of inclusion and exclusion for A_1, . . . , A_n BUT (for example) instead of having clumsy terms like

|A1 ∩ A2 ∩ A3| you’ll have N_3.

SO- it should have the form

|A1 ∪ · · · ∪ An| = A FUNCTION OF N_1, . . . , N_n



There were other questions like this.. and I understood them.
But i don't understand this at all.
it just doesn't make sense to me

checking some other stuff:

+ Show Spoiler +

You have a deck with 20 ranks, 3 suits (so 60 cards total). A "hand" is 6 cards.

What is the odds of getting a hand of all primes of the same suit?

I put:

3*(8 choose 6) / (60 choose 6)

60 choose 6 is my denominator for all of this because that is the total possible hands dealt
for the numerator there is 8 ranks that are primes and i am picking 6 of them. Then there are also 3 different suits where I can do this, so that is why I multiply by 3.


odds of getting all primes?

(24 choose 6) / (60 choose 6)
24 different primes, you pick 6 of them

odds of getting 6 primes all of different ranks?

I am not really sure about this one. I am thinking my numerator could be:

24*21*18*15*12*9 - but they don't want us to do it this way.
I also think I could do it as [(24 choose 6) - pairs and triplets], but I am not sure how to do that. so yeah could use help here


odds of getting a "6 card straight all of the same suit" ?

1-6 up to 15-20 = 15 possible straights, over 3 suits. 3 * 15 = 45
45/(60 choose 6)


odds of getting a "6 card straight but not all of the same suit?"

[15*3^6 / (60 choose 6) ] - odds of the last question
15 possible starting ranks, then pick each card 6 times out of 3 available suits



last thing to check is a bayes problem
+ Show Spoiler +

we have 2 coins. a fair one and a biased one
the biased one comes up H 9/10, and T 1/10

we pick a coin at random, flip it twice.
what is the odds the coin is biased if it comes up Heads and then tails?

I did .5(9/100)/.5(9/100+1/4)

which is: odds of it being biased * (odds of it being heads if it is biased * odds of it being tails if it is biased)
over
(odds of it being biased) * (odds of it being heads if it is biased * odds of it being tails if it is biased) * odds of it being fair * (odds of it being heads if its fair * odds of it being tails if it is fair)

with some algebra i get: 1/(1 + 25/9) which sounds about right i guess


I think the bayes one is wrong because you multiply the odds of the biased coin producing heads then tails with the odds of the unbiased coin producing heads then tails when you should be adding them together.

I get (0.5 * 0.09)/((0.5 * 0.9 * 0.1)+(0.5 * 0.5 * 0.5)) = 0.2647

I might be wrong too though

EDIT : nvm it is correct. The explanation is wrong and that confused me but the result / calculations are good
Stephano, Taking skill to the bank since IPL3. Also Lucifron and FBH
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
April 18 2017 14:46 GMT
#17454
Could any of you suggest some good online math courses? I'm seriously considering returning to uni to get a degree in maths but I haven't really touched any of that in like 10 years so the term "rusty" doesn't even begin to cover my situation...

Some entry-level uni stuff would be great, something to help me recall knowledge from high school and beyond without overwhelming me entirely right off the bat (I used to be pretty good with algebra, analysis and statistics at uni, but it was long, long ago).
Time is precious. Waste it wisely.
Acrofales
Profile Joined August 2010
Spain18438 Posts
April 18 2017 14:49 GMT
#17455
Khan Academy is excellent.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-04-18 14:54:52
April 18 2017 14:54 GMT
#17456
There are some good ones on youtube, depending on the courses you want.

MIT open courseware will be good for most courses.

Entry level uni stuff you either want calc 1 or you want pre-calc which is like basic functions, graphing, intro trig and some other random stuff.

So i'd recommend khan academy precalculus. However if they go through sections without many problem sets (which is sometimes the case on khan academy), I'd recommend you look up problem sets to do if it's a trouble section for you.
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
April 18 2017 15:56 GMT
#17457
I'll check out Khan Academy. Quickly skimmed through their course list and it seems like a right place to get back on highschool math (since stuff like differential calculus is highschool level here).
Time is precious. Waste it wisely.
Shield
Profile Blog Joined August 2009
Bulgaria4824 Posts
Last Edited: 2017-04-18 23:02:06
April 18 2017 23:01 GMT
#17458
I'm doing a math course part-time at the moment so I can learn/remember some math. One of my teachers recommends http://www.mathtutor.ac.uk/ , but I've not used it much. I rely more on Khan Academy youtube videos.
dsyxelic
Profile Joined May 2010
United States1417 Posts
April 19 2017 02:25 GMT
#17459
On April 18 2017 16:51 Manit0u wrote:
Show nested quote +
On April 17 2017 07:07 dsyxelic wrote:
On April 17 2017 03:35 Manit0u wrote:
On April 17 2017 03:17 dsyxelic wrote:
Question about android studio: how good of a computer do you or should you have to not have it lag? Did some android projects for a class and almost everybody reported it was extremely laggy besides like mac users. Id want to do more android work but I just cant deal with the lag on my machine and the specs arent that bad... I even used a separate emulator (genymotion) and other settings tricks off google to minimize lag to no avail.


It's a matter of settings for the jetbrains products most of the time. You should set your caches etc. to reasonable levels so the indexing and garbage collection don't take as much time. Another trick I've learned in their products (which are awesome) is checking the "display memory usage" or somesuch option in the menu. Then you get this small bar in the bottom right that shows how much of the allowed memory your IDE is currently using and you can click on it to trigger immediate garbage collection (which drops it down from 1GB to 100MB instantly for example).

I'll post the correct settings on tuesday, when I'm back at my workstation.


Ah thanks, hopefully that saves my lag. And yes I agree the IDE itself is great, just the darn lag


Ok, here goes. You can access it via Help -> Edit Custom VM Options... (or Edit Custom Properties)


-Xms2048m
-Xmx2048m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=240m
-XX:+UseConcMarkSweepGC
-XX:SoftRefLRUPolicyMSPerMB=50
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-Dawt.useSystemAAFontSettings=lcd
-Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine


You can tinker around with it. I've heard people had different results with different memory settings (sometimes lower is somehow better for compilation time etc. and I don't really know why).


holy moly as soon as I put that in I felt a noticeable difference in simple button clicks and switching between activities. I don't know how it did it but looks great.
thanks a lot, hopefully I won't have anymore lag issues. I definitely want to get another android project in now.
TL/SKT
Manit0u
Profile Blog Joined August 2004
Poland17843 Posts
Last Edited: 2017-04-19 08:35:43
April 19 2017 08:35 GMT
#17460
No problem. Glad I could help.
Time is precious. Waste it wisely.
Prev 1 871 872 873 874 875 1032 Next
Please log in or register to reply.
Live Events Refresh
Afreeca Starleague
10:00
Ro16, Group C
Light vs JyJ
Soulkey vs hero
StarCastTV_EN44
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft: Brood War
Britney 29379
Bisu 1748
Shuttle 1703
Jaedong 1370
Calm 960
Horang2 655
BeSt 634
Leta 603
Soma 299
Larva 285
[ Show more ]
Pusan 159
Killer 89
Noble 76
Stork 68
Dewaltoss 66
Rush 52
Sharp 35
Aegong 32
soO 29
sSak 28
Bale 25
Terrorterran 20
sorry 18
zelot 17
Sexy 15
Sacsri 12
JulyZerg 10
Barracks 9
ZerO 8
SilentControl 8
Hm[arnc] 6
HiyA 4
ajuk12(nOOB) 4
Counter-Strike
shoxiejesuss1267
olofmeister1196
zeus160
Other Games
Grubby6513
singsing1163
ceh9736
Pyrionflax167
Mew2King36
Organizations
StarCraft: Brood War
Afreeca ASL 3982
Other Games
gamesdonequick944
StarCraft: Brood War
UltimateBattle 55
[ Show 12 non-featured ]
StarCraft 2
• StrangeGG 50
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• Migwel
StarCraft: Brood War
• iopq 11
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Stunt474
Other Games
• WagamamaTV209
Upcoming Events
WardiTV Weekly
58m
Monday Night Weeklies
5h 58m
Afreeca Starleague
23h 58m
Snow vs Shinee
Shine vs EffOrt
GSL
1d
PiGosaur Cup
1d 13h
The PondCast
1d 23h
Kung Fu Cup
2 days
Replay Cast
2 days
KCM Race Survival
2 days
IntoTheTV X SOOP
3 days
[ Show More ]
Replay Cast
3 days
IntoTheTV X SOOP
4 days
Replay Cast
4 days
GSL
5 days
Replay Cast
5 days
GSL
6 days
Shopify Rebellion Sundays
6 days
Spirit vs Mixu
Replay Cast
6 days
Liquipedia Results

Completed

Blizzard Classic Cup 2026
Blizzard Classic Cup 2026
Big Dog Cup 2026 Div 1

Ongoing

KCM Race Survival 2026 Season 3
K-JUNGMAN
ASL Season 22
Super Anchor Qualifying S3
CSL 2026 AUTUMN (S22)
Acropolis #5
Calamity Invitational
FISSURE Playground #3
BLAST Open Fall 2026
Esports World Cup 2026
BLAST Bounty Summer 2026
BLAST Bounty Summer Qual
Stake Ranked Episode 3
XSE Pro League 2026

Upcoming

Acropolis #5 - GSA
Acropolis #5 - GSB
Acropolis #5 - GSC
SC4ALL II: Brood War
HSC XXX
Stellar Fest 2: Lunar Cup
SC4ALL II: StarCraft II
Kung Fu Cup 2026 Grand Finals
RSL Offline Finals
PGL Major Singapore 2026
Stake Ranked Episode 6
BLAST Rivals Fall 2026
IEM Beijing 2026
Stake Ranked Episode 5
PGL Masters Bucharest 2026
1win Private Club #2
Thunderpick World Champ. '26
ESL Pro League Season 24
Stake Ranked Episode 4
1win Private Club #1
Logitech G Play Connect 2026
SL StarSeries Fall 2026
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.