As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| #Enable daemon | |
| org.gradle.daemon=true | |
| # Try and findout the best heap size for your project build. | |
| org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 | |
| # Modularise your project and enable parallel build | |
| org.gradle.parallel=true | |
| # Enable configure on demand. |
| /** | |
| * Use to determine which {@link MarkerView}s are found within a given {@link RectF} | |
| * <p> | |
| * Note that adding a Marker is an asynchronous operation and requires the map to render first | |
| * before querying the map for them. | |
| * </p> | |
| * | |
| * @param rectangle Holds four float coordinates for a rectangle. | |
| * @return The list of {@link MarkerView}s found within the provided {@link RectF}. | |
| */ |