services/quotes/src/main/java/com/example/quotes/QuotesApplication.java [27:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void main(String[] args) {
    Runtime r = Runtime.getRuntime();

    System.out.println("Runtime Data:");
    System.out.println("QuotesApplication: Active processors: " + r.availableProcessors());    
		System.out.println("QuotesApplication: Total memory: " + r.totalMemory()); 
		System.out.println("QuotesApplication: Free memory: " + r.freeMemory()); 
		System.out.println("QuotesApplication: Max memory: " + r.maxMemory()); 

    SpringApplication.run(QuotesApplication.class, args);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



services/quotes-ui/src/main/java/com/example/quotes/QuotesApplication.java [30:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void main(String[] args) {
    Runtime r = Runtime.getRuntime();

    System.out.println("Runtime Data:");
    System.out.println("QuotesApplication: Active processors: " + r.availableProcessors());
		System.out.println("QuotesApplication: Total memory: " + r.totalMemory());
		System.out.println("QuotesApplication: Free memory: " + r.freeMemory());
		System.out.println("QuotesApplication: Max memory: " + r.maxMemory());

    SpringApplication.run(QuotesApplication.class, args);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/fall24/spring-ai-quotes-llm-in-gke/src/main/java/com/example/quotes/QuotesApplication.java [30:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void main(String[] args) {
    Runtime r = Runtime.getRuntime();

    System.out.println("Runtime Data:");
    System.out.println("QuotesApplication: Active processors: " + r.availableProcessors());
		System.out.println("QuotesApplication: Total memory: " + r.totalMemory());
		System.out.println("QuotesApplication: Free memory: " + r.freeMemory());
		System.out.println("QuotesApplication: Max memory: " + r.maxMemory());

    SpringApplication.run(QuotesApplication.class, args);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sessions/next25/quotes-llm/src/main/java/com/example/quotes/QuotesApplication.java [30:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void main(String[] args) {
    Runtime r = Runtime.getRuntime();

    System.out.println("Runtime Data:");
    System.out.println("QuotesApplication: Active processors: " + r.availableProcessors());
		System.out.println("QuotesApplication: Total memory: " + r.totalMemory());
		System.out.println("QuotesApplication: Free memory: " + r.freeMemory());
		System.out.println("QuotesApplication: Max memory: " + r.maxMemory());

    SpringApplication.run(QuotesApplication.class, args);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



runtimes/crac/quotes-crac/src/main/java/com/example/quotes/QuotesApplication.java [27:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void main(String[] args) {
    Runtime r = Runtime.getRuntime();

    System.out.println("Runtime Data:");
    System.out.println("QuotesApplication: Active processors: " + r.availableProcessors());    
		System.out.println("QuotesApplication: Total memory: " + r.totalMemory()); 
		System.out.println("QuotesApplication: Free memory: " + r.freeMemory()); 
		System.out.println("QuotesApplication: Max memory: " + r.maxMemory()); 

    SpringApplication.run(QuotesApplication.class, args);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



runtimes/project-leyden/quotes/src/main/java/com/example/quotes/QuotesApplication.java [27:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void main(String[] args) {
    Runtime r = Runtime.getRuntime();

    System.out.println("Runtime Data:");
    System.out.println("QuotesApplication: Active processors: " + r.availableProcessors());    
		System.out.println("QuotesApplication: Total memory: " + r.totalMemory()); 
		System.out.println("QuotesApplication: Free memory: " + r.freeMemory()); 
		System.out.println("QuotesApplication: Max memory: " + r.maxMemory()); 

    SpringApplication.run(QuotesApplication.class, args);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ai-patterns/spring-ai-quotes-llm-in-gke/src/main/java/com/example/quotes/QuotesApplication.java [30:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public static void main(String[] args) {
    Runtime r = Runtime.getRuntime();

    System.out.println("Runtime Data:");
    System.out.println("QuotesApplication: Active processors: " + r.availableProcessors());
		System.out.println("QuotesApplication: Total memory: " + r.totalMemory());
		System.out.println("QuotesApplication: Free memory: " + r.freeMemory());
		System.out.println("QuotesApplication: Max memory: " + r.maxMemory());

    SpringApplication.run(QuotesApplication.class, args);
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



