From 71f63618fb83c8e19ae48d5dc4a6e3927031cc10 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Tue, 4 Nov 2025 21:09:38 +0100 Subject: Memory update (#379) * Updated the memory usage of Tasks. Still in Progress. * Merged Task and ServiceTask -> Currently not fully working!!! * Fixed bugs that made the merger between Task and ServiceTask not work well. * Updated jdk version for Dockerfile * Removed ServiceFlavor.java and Task.kt --- opendc-compute/opendc-compute-workload/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opendc-compute/opendc-compute-workload/build.gradle.kts') diff --git a/opendc-compute/opendc-compute-workload/build.gradle.kts b/opendc-compute/opendc-compute-workload/build.gradle.kts index 58b7bc86..2b5ec510 100644 --- a/opendc-compute/opendc-compute-workload/build.gradle.kts +++ b/opendc-compute/opendc-compute-workload/build.gradle.kts @@ -1,4 +1,4 @@ -/* +/*opendcSimulatorCore * Copyright (c) 2021 AtLarge Research * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -32,6 +32,7 @@ dependencies { implementation(projects.opendcCommon) implementation(project(mapOf("path" to ":opendc-trace:opendc-trace-api"))) implementation(project(mapOf("path" to ":opendc-simulator:opendc-simulator-compute"))) + implementation(project(mapOf("path" to ":opendc-compute:opendc-compute-simulator"))) implementation(libs.kotlin.logging) } -- cgit v1.2.3